home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / mipsABI / examples / sup / PORT / step02 / Makefile.diff next >
Encoding:
Makefile  |  1994-08-02  |  378 b   |  14 lines

  1. *** ../step1/Makefile    Thu Dec 16 12:07:33 1993
  2. --- Makefile    Thu Dec 16 13:09:03 1993
  3. ***************
  4. *** 40,45 ****
  5. --- 40,47 ----
  6.   # If you have crypt/crypt.c and /usr/lib/libcrypt.a, you will be building
  7.   # a system that uses the SUP crypt mechanism by default.
  8.   #
  9. + CC=abicc
  10. + LD=abild
  11.   SITE            = NETBSD
  12.   #SITE            = CMUCS
  13.   NETBSD_DEFINES        = -UMACH -DVAR_TMP -DHAS_DAEMON
  14.